Skip to content

Conversation

@ElectroQuanta
Copy link

  • Page alignment is required for Bao; all RPi4's UARTs (except for UART0) are not page aligned, thus requiring an offset. This must be defined by the platform's user (plat/platform.h).
  • UART_CLK must be overridable and defined by the platform's user (plat/platform.h): in RPi4 PL011 run at 48 MHz

- Page alignment is required for Bao; all UARTs except for UART0 in the RPi4 are
not page aligned, thus requiring an offset. This must be defined by the
platform's user (plat/platform.h).
- UART_CLK must be overridable and defined by the platform's user (plat/platform.h): in RPi4 PL011 run at 48 MHz

Signed-off-by: ElectroQuanta <[email protected]>

CI validated
@DavidMCerdeira
Copy link
Member

This PRs solves one annoying issue with some platforms' UART not being page aligned. However I don't think this is a very clean solution.
We have debated some alternative ideas on how to solve it.
I will close this PR and open an issue to be addressed in the near future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants